home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / WebSites / MailingLists / AMOSLIST.0599 / 000037_nobody_Sat May 8 04:19:30 1999.msg < prev    next >
Internet Message Format  |  1999-06-01  |  3KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.227])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id EAA19482
  3.     for <mcox4@osf1.gmu.edu>; Sat, 8 May 1999 04:19:30 -0400 (EDT)
  4. Received: (qmail 14264 invoked by alias); 8 May 1999 08:19:37 -0000
  5. Received: (qmail 14257 invoked from network); 8 May 1999 08:19:36 -0000
  6. Received: from unknown (HELO mail.enterprise.net) (194.72.192.18) by pop.onelist.com with SMTP; 8 May 1999 08:19:36 -0000
  7. Received: from enterprise.net (andrewcrowe@max04-017.enterprise.net [194.72.196.137]) by mail.enterprise.net (8.8.5/8.8.5) with SMTP id JAA20248 for <amos-list@onelist.com>; Sat, 8 May 1999 09:19:25 +0100 (GMT/BST)
  8. From: Andrew Crowe <andrewcrowe@enterprise.net>
  9. To: amos-list@onelist.com
  10. Date: Sat, 08 May 1999 09:15:57 +0000
  11. Message-ID: <yam7797.2863.1196671216@mail.enterprise.net>
  12. In-Reply-To: <199905080628.DAA19818@bianca.scs.com.br>
  13. X-Mailer: YAM 2.0Preview7 [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch
  14. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  15. Delivered-To: mailing list amos-list@onelist.com
  16. Precedence: bulk
  17. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  18. Reply-to: amos-list@onelist.com
  19. Mime-Version: 1.0
  20. Content-Type: text/plain
  21. Subject: Re: [amos-list] deadly question
  22. Status: O
  23. X-Status: 
  24.  
  25. From: Andrew Crowe <andrewcrowe@enterprise.net>
  26.  
  27. Hi Everybody,
  28.  
  29. >     Can you help me? 
  30.  
  31.    Yes, yes I can.
  32.  
  33. >     For example , I have a set of variables values
  34. >     a=10
  35. >     b=40
  36. >     c=xx
  37. >     I wanna save those values to disk , like a characher save on a RPG
  38. >     Does anybody have a solution?
  39. >     Please help Im desperate!
  40.  
  41.    To save:
  42.  
  43. Open out 1,"ChrData"
  44. Print #1,a
  45. Print #1,b
  46. Print #1,c
  47. etc etc...
  48. Close 1.
  49.    (remember the close 1 bit at the end)
  50.  
  51.    To load:
  52.  
  53. Open in 1,"ChrData"
  54. Input #1,a
  55. Input #1,b
  56. Input #1,c
  57. etc etc...
  58. Close 1
  59.  
  60.  
  61. PS. The order and position of the Print #1 and Input #1 variables have to be
  62. the same, or you get the wrong variables loaded.
  63.  
  64. Open in
  65.  
  66. See ya.
  67. -- 
  68.        Manta Soft  -  Amiga programing & web page designing
  69.    Http://members.tripod.com/~mantasoft/      ICQ: 21829166
  70.      Homepage updated 29/4/99 --- Bomberman clone major update
  71.   - ------------------- Quote of the day: -------------------- -
  72. Experience is directly proportional to the value of equipment destroyed.
  73. -- Carolyn Scheppner
  74.  
  75.  
  76. ------------------------------------------------------------------------
  77. Always wanted to set up a book club, but can't find the time?
  78. http://www.onelist.com
  79. Create an online book club through ONElist.
  80. ------------------------------------------------------------------------
  81. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html